home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Media 7
/
PC MEDIA CD07.iso
/
share
/
os2
/
lh2_222
/
mse.cmd
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-01-28
|
197 b
|
9 lines
@echo off
if "%1"=="" goto USAGE
copy /b se.exe+%1.lzh /b %1.exe && echo %1.EXE has been created.
goto end
:Usage
echo Usage: MSE [lzh file]
echo Do NOT speficy .lzh extension.
:end